home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_250 / BUTTONCONDACTION on(release, keyPress s).as
Text File  |  2002-05-21  |  202b  |  14 lines

  1. on(release, keyPress "s"){
  2.    if(hp >= 45)
  3.    {
  4.       wage = Number(ch * 1.5);
  5.       money += wage;
  6.       hp -= 45;
  7.       gotoAndPlay(129);
  8.    }
  9.    else
  10.    {
  11.       gotoAndStop(218);
  12.    }
  13. }
  14.